filechooser: Remove outdated hack
authorBenjamin Otte <otte@redhat.com>
Sun, 26 Aug 2018 16:00:52 +0000 (18:00 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 9 Feb 2020 21:54:38 +0000 (16:54 -0500)
commit810f55c006aed123b7f4b2cb66ecee3a9d248c70
treebd0626d96407f197770d733ae96650325694806a
parentfce37b137d7a926043eeb0c49410c0adf424e84c
filechooser: Remove outdated hack

In GTK2, the filechooser was using a Paned, so switching between sidebar
and files list with the arrow keys didn't work (the slider would be
selected instead). So in
https://bugzilla.gnome.org/show_bug.cgi?id=161489 a crude hack was added
to make this possible.

Over the years the filechooser code has changed so that it now would do
this by default, yet the hack had been retained.
gtk/gtkfilechooserwidget.c